Einhugur Xml Plugin for Xojo

Node.AppendMove Method

Moves the specified node to become a child of this node by appending it.

AppendMove(
   moved as EinhugurXml.Node) as EinhugurXml.Node

Parameters

moved
The node to be moved.

Returns

EinhugurXml.Node
Returns moved node, or empty node on error.

Remarks

There are certain cases where moving can fail. Such as for example if trying to move a node under its own child node.

See Also

Node Class